@charset "utf-8";

/**************************** 整体风格，根据需要增删改模块 ****************************/


/* 集约化02 */

body {
    overflow-x: hidden;
    font-size: 14px;
    background: #ecf5fb;
}

.header {
    background: url(head01.png) 50% 22px no-repeat;
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #224b7f;
    color: #fff;
    overflow: hidden;
}

.ht a {
    margin: 0 10px;
	color: #dcf1ff;
	font-size: 14px;
}

.header h1 {
    width: 600px;
    height: 330px;
    background: url(logo01.png) 0 13% no-repeat;
}
.nav {
    width: 500px;
}

.nav li {
    float: left;
    position: relative;
    width: 20%;
}

.nav li a {
    display: block;
    height: 80px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
.header {
    margin-bottom: 25px;
}
.header .nav{
  width: 100%;
  background: #eff7fd;
  border-bottom: 2px solid #2d66a5;
}
.header .nav ul{
  width: 1200px;
  margin: 0 auto;
}
.header .nav li{
  width: 16.6%;
}
.header .nav li a{
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  color: #333333;
}

.header .nav li a b {
    font-weight: 400;
    color: #333333;
}

.header .nav li.current a b, .header .nav li:hover a b {
    color: #2d66a5;
    font-weight: bold;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header .search {
    margin: 270px auto 0;
}

.search input,
.search button {
    float: left;
    display: block;
}

.search input {
    box-sizing: border-box;
    width: 330px;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
/*    padding: 20px; */
    padding-left: 49px;
    border: 1px solid #2d66a5;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 2px;
    outline: none;
    background: #fff url(search01.png) 20px center no-repeat;
    background-size: 5%;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.search button {
    width: 70px;
    height: 50px;
    border: none;
    background: #2d66a5;
    background: #ff9d08 url(q.png) 20px 50% no-repeat\9;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.search p {
    clear: both;
    padding-top: 10px;
    line-height: 30px;
    font-size: 14px;
}

.search p strong {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.search p a {
    margin: 0 8px;
    color: #666;
}

.footer {
    padding: 20px 0 30px;
    background-color: #224b7f;
}

.links>ul>li {
    position: relative;
    margin-bottom: 14px;
    line-height: 40px;
    font-size: 14px;
}

.links>ul li.col-md-3 {
    width: 21%;
    padding: 0;
}

.links>ul li.col-md-7 {
    width: 64%;
}

.links>ul li.col-md-2 {
    width: 15%;
    float: right;
}

.links>ul li p {
    color: #fff;
}

.links>ul li p a {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.links>ul li p a:first-child {
    margin-left: 0;
}

.links>ul li p a+a {
    margin: 10px;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    color: #fff;
    padding: 0 20px;
    background: url(links_arr.png) 96% 50% no-repeat;
}

.links>ul li>a img {
    vertical-align: middle;
    margin: 0 5px;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 40px;
    padding-top: 15px;
    text-align: left;
    /* border-top: 1px solid #14437e; */
}

.links {
    border-bottom: 2px solid #14437e;
    margin-bottom: 20px;
}
.copyright p {
	color: #fff;
}
.copyright p a,
.copyright p span {
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 140px;
    width: 80px;
    height: 80px;
    margin-top: -34px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}


/* 公用 */

.grid,
.main,
.side {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    background-color: #2d8fff;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(icons_02.png);
    background-image: url(icons_02_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 {
    font-weight: bold;
    padding-bottom: 16px;
    line-height: 24px;
    font-size: 24px;
}


/* part1开始 */

.news {
    position: relative;
    overflow: hidden;
    height: 340px;
}

.news .tab a {
    height: 50px;
    line-height: 50px;
}

.focus,
.focus .pic {
    position: relative;
    width: 570px;
    height: 340px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    height: 100%;
    width: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(arr_l.png)\0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-image: url(arr_r.png)\0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 14px;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 0 10px;
    margin-bottom: 4px\9;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

.news .list-t li a {
    width: 80%;
}


/* part1结束 */


/* part2开始 */

.topic {
    position: relative;
}

.topic h2 {
    width: 60px;
    height: 130px;
    background: url(topic.jpg) 0 0 no-repeat;
}

.topic .scroll {
    position: relative;
    margin: 0px;
}

.topic li {
    width: 320px\9;
}

.topic li a {
    display: block;
    width: 222px\9;
    margin: 0 10px;
}

.topic li img {
    width: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
}

.topic-prev {
    left: 100px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
    background-image: url(arr_l.png)\9;
}

.topic-next {
    right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
    background-image: url(arr_r.png)\9;
}


/* part2结束 */


/* part3开始 */


.p3,
.p4,
.p5,
.contact {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}


.p3 .tab-pane {
    height: 310px;
}

.query {
    position: relative;
    height: 40px;
}

.query label {
    float: left;
    position: relative;
    display: block;
    width: 80px;
    border-right: 1px solid #ddd;
    margin-top: 10px;
    margin-right: -80px;
    line-height: 20px;
    text-align: center;
}

.query input {
    float: left;
    display: block;
    width: 300px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 10px 90px;
    line-height: 20px;
    font-size: 16px;
    border-radius: 3px;
}

.query button {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    margin-left: 4px;
    background: #ff9d08 url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background: #ff9d08 url(q.png) center no-repeat\9;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
li i{
	transition: .3s;
}
li i:hover{
	transform: rotateZ(360deg);
}
.a1 {
    margin-left: -5px;
    margin-right: -5px;
}

.a1 li {
    width: 50%;
}

.a1 li a {
    position: relative;
    height: 70px;
    margin: 5px;
    padding: 0 15px;
    line-height: 70px;
    text-align: left;
    font-weight: bold;
    background-color: #6caaf0;
    color: #fff;
    border-radius: 5px;
}

.a1 li a:hover {
    background-color: #2d8fff;
    color: #fff;
}

.a1 li i {
    float: right;
    margin: 15px -5px 0 0;
}

.a1 .s1 {
    background-position: 0 -40px;
}

.a1 .s2 {
    background-position: -40px -40px;
}

.a1 .s3 {
    background-position: -80px -40px;
}

.a1 .s4 {
    background-position: -120px -40px;
}

.a1 li i {
    animation-duration: .6s;
}

.a1 li a:hover i {
    transform: rotateY(360deg);
}

.a2 li {
    width: 25%;
}

.a2 li a {
    margin: 10px;
}

.a2 li i {
    margin: 0 auto 10px;
}

.a2 li a:hover i {
    background-color: #ecf5ff;
    box-shadow: 0 0 0 10px #ecf5ff;
}

.a2 .s1 {
    background-position: 0 -80px;
}

.a2 .s2 {
    background-position: -40px -80px;
}

.a2 .s3 {
    background-position: -80px -80px;
}

.a2 .s4 {
    background-position: -120px -80px;
}

.a2 .s5 {
    background-position: 0 -120px;
}

.a2 .s6 {
    background-position: -40px -120px;
}

.a2 .s7 {
    background-position: -80px -120px;
}

.a2 .s8 {
    background-position: -120px -120px;
}


/* part3结束 */


/* part4开始 */

.service {
    background-size: cover;
}

.service p {
    padding-top: 80px;
}

.service p a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 25px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 100px;
    transition: all .3s;
}

.service p a:hover {
    background-color: #fff;
    color: #2d8fff;
}

.a3 li {
    width: 33.33%;
}

.a3 li a {
    margin: 20px 10px;
}

.a3 li i {
    box-sizing: content-box;
    border: 8px solid #89bbf3;
    margin: 0 auto 10px;
    background-color: #89bbf3;
    border-radius: 100px;
}

.a3 .s1 {
    background-position: 0 -160px;
}

.a3 .s2 {
    background-position: -40px -160px;
}

.a3 .s3 {
    background-position: -80px -160px;
}

.a3 .s4 {
    background-position: -120px -160px;
}

.a3 .s5 {
    background-position: -160px -160px;
}

.a3 .s6 {
    background-position: -200px -160px;
}

.a3 li a:hover .s1,
.a3 li a:hover .s2,
.a3 li a:hover .s3,
.a3 li a:hover .s4,
.a3 li a:hover .s5,
.a3 li a:hover .s6 {
    border-color: #2792ff;
    background-color: #2792ff;
}

.a3 .s7 {
    border-color: #2792ff;
    background-color: #2792ff;
    background-position: -160px -40px;
}

.a3 .s8 {
    border-color: #ff9402;
    background-color: #ff9402;
    background-position: -160px -80px;
}

.a3 .s9 {
    border-color: #3ecdb5;
    background-color: #3ecdb5;
    background-position: -160px -120px;
}

.a4 {
    padding: 20px;
}

.a4 li {
    width: 50%;
}

.a4 li a {
    position: relative;
    padding-left: 40px;
    line-height: 50px;
    font-size: 18px;
    text-align: left;
}

.a4 li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #2d8fff;
    border-radius: 100px;
}


/* part4结束 */


/* part5开始 */

.p5 {
    height: 590px;
}

.p5 .a3 {
    margin-top: -20px;
}

.p5 .pic-text {
    position: relative;
}

.p5 .pic-text .pic {
    position: relative;
    height: 180px;
}

.p5 .pic-text p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.p5 .list-b li {
    padding-left: 80px;
}

.p5 .list-b li .tag {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    border-radius: 3px;
}

.contact {
    height: 170px;
}

.contact p {
    line-height: 24px;
}

.contact i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(icons_02.png);
    background-image: url(icons_02_ie8.png);
    background-size: 240px auto;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contact .s1 {
    background-position: -214px -8px;
}

.contact .s2 {
    background-position: -214px -48px;
}

.contact .s3 {
    background-position: -214px -88px;
}

.contact .s4 {
    background-position: -214px -128px;
}


/* part5结束 */


/* 侧边开始 */

.side .list-p li+li {
    margin-top: 20px;
}

.side .list-p li a {
    margin: 0;
}

.side .list-p li img {
    width: 100%;
}


/* 侧边结束 */


/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}


/* 移动端菜单结束 */


/*功能导航*/

#floatDivBoxs {
    width: 80px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 999;
    background: rgba(62, 62, 62, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#73e3e3e, endcolorstr=#73e3e3e);
    bottom: 0px;
}

#floatDivBoxs .floatDqq {
    padding: 180px 0px;
}

#floatDivBoxs .floatDqq li {
    width: 80px;
    height: 80px;
    padding: 10px 0px;
}

#floatDivBoxs .floatDqq li a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font: normal 14px/20px microsoft yahei, smihei;
}

#floatDivBoxs .floatDqq li a:hover {
    background-color: #2d8fff;
}

#floatDivBoxs .floatDqq li .iconfont {
    display: block;
    margin: 10px 15px;
    fill: #fff;
    font-size: 24px;
}

#rightArrow {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 400px;
    right: 120px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 80px;
    background: url(s.png) no-repeat;
}

.floatDqq li span.wx {
    display: none;
    width: 90px;
    position: absolute;
    top: 250px;
    right: 124px;
    z-index: 9999999;
}

.floatDqq li:hover span.wx {
    display: block;
}

.floatDqq li span.wx img {
    width: 134px;
    height: 120px;
}

i {
    font-style: normal
}


/* 屏幕响应开始 */

@media (min-width: 1200px) {
    .side-box.fixed {
        position: fixed;
        top: 90px;
        width: 285px;
    }
    .side-box.fixed .zx,
    .side-box.fixed .zt {
        display: none;
    }
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }
    .header {
        background-position: 50% 10px;
    }
    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 60%;
    }
    .ht .fl,
    .nav,
    .header .search p strong,
    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }
    .ht .fr {
        text-align: center;
        font-size: 12px;
    }
    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }
    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
		right: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
    .menu-btn {
        display: block;
    }
    .header .search {
        width: auto;
        margin: 20px;
    }
    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }
    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }
    .header .search p {
        font-size: 12px;
    }
    .links {
        padding: 0 20px;
    }
    .copyright p span {
        display: block;
    }
    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }
    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }
    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .topic .scroll {
        margin: 0 -10px;
    }
    .query input {
        width: 100%;
    }
    .query button {
        position: relative;
        margin-left: -40px;
    }
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }
    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
    .a2 li a {
        margin: 10px 0;
        font-size: 14px;
    }
    .service {
        background-position: 0 0;
    }
    .service p a {
        padding: 0 15px;
    }
    .side-menu h2 {
        display: none;
    }
    .side-menu ul {
        margin: 0 -5px;
    }
    .side-menu li {
        float: left;
        width: 33.33%;
    }
    .side-menu li a {
        margin: 5px;
        padding: -1px 15px;
        line-height: 40px;
        font-size: 16px;
        background-color: #eee;
        border-radius: 3px;
    }
    .side-menu li.current a {
        border-left: 3px solid #2d8fff
    }
}

@media (max-width: 1024px) {
    #rightArrow,
    #floatDivBoxs {
        display: none;
    }
}

@media (max-width: 992px) {
    .focus {
        margin-bottom: 20px;
    }
    .news .list-t li a {
        width: 100%;
    }
    .copyright {
        line-height: 22px;
        font-size: 14px;
    }
    .handle {
        margin-bottom: 10px;
    }
    .fenxiang,.icon-clock,.icon-organization{display: none;}
}


/* 屏幕响应结束 */


/*列表*/

.lsj-details-content .article {
    padding-top: 0;
}

.footer-right {
    position: absolute;
    right: 0;
    bottom: -25px;
}